From b19df1b653ed76761c16d4d4d6f40a39f439fa35 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 7 Jun 2005 15:37:36 +0000 Subject: [PATCH] Olaf adds Mapsource v6 icons. --- garmin_tables.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/garmin_tables.c b/garmin_tables.c index d8aa0e1f7..f0d979083 100644 --- a/garmin_tables.c +++ b/garmin_tables.c @@ -214,5 +214,30 @@ icon_mapping_t garmin_icon_table[] = { { 47, 160, "Event Cache" }, /* Icon for "Event" */ { 90, 8221, "Webcam Cache" }, /* Icon for "Live Theatre" */ + /* MapSource V6.x */ + + { 140, 8286, "Flag, Red" }, + { 141, 8284, "Flag, Blue" }, + { 142, 8285, "Flag, Green" }, + { 143, 8289, "Pin, Red" }, + { 144, 8287, "Pin, Blue" }, + { 145, 8288, "Pin, Green" }, + { 146, 8292, "Diamond, Red" }, + { 147, 8290, "Diamond, Blue" }, + { 148, 8291, "Diamond, Green" }, + { 149, 8293, "Bike Trail" }, + { 150, 181, "Fishing Hot Spot Facility" }, + { 151, 8249, "Police Station"}, + { 152, 8251, "Ski Resort" }, + { 153, 8252, "Ice Skating" }, + { 154, 8253, "Wrecker" }, + { 155, 184, "Anchor Prohibited" }, + { 156, 185, "Beacon" }, + { 157, 186, "Coast Guard" }, + { 158, 187, "Reef" }, + { 159, 188, "Weed Bed" }, + { 160, 189, "Dropoff" }, + { 161, 190, "Dock" }, + { -1, -1, NULL }, }; -- 2.30.2